home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / emulator / bsvc-1.000 / bsvc-1 / bsvc-1.0.4 / src / UI / help / general.hlp next >
Text File  |  1995-07-26  |  2KB  |  64 lines

  1. #TopLevelNode<BSVC>
  2.  
  3. ------------------------------------------------------------------------------
  4. #Node<BSVC>
  5.  
  6. BSVC is a microprocessor simulation framework written in C++ and Tcl/Tk.
  7. It was developed as a senior design project at North Carolina State University
  8. by Bradford W. Mott.  BSVC provides a graphical user interface and a
  9. collection of C++ classes to facilitate the development of microprocessor
  10. simulators.  So far the BSVC framework has been used to developed a
  11. Motorola 68000 simulator and a HECTOR 1600 simulator.  The BSVC distribution
  12. contains the following:
  13.  
  14.   - BSVC Graphical User Interface (written in Tcl/Tk)
  15.  
  16.   - BSVC Simulator Framework (C++ classes)
  17.  
  18.   - #ToNode<Motorola 68000 simulator> & assembler
  19.  
  20.   - #ToNode<Hector 1600> simulator & assembler
  21.  
  22. For more information point your WWW browser at the BSVC home page:
  23.  
  24.   http://www2.ncsu.edu/eos/service/ece/project/bsvc/www/
  25. #NodeEnd<BSVC>
  26.  
  27. ------------------------------------------------------------------------------
  28. #Node<Motorola 68000 simulator>
  29.  
  30. The Motorola 68000 simulator included in the BSVC distribution simulates the
  31. 68000 at the software level.  This means the simulator does not understand
  32. what goes on in the 68000 at the hardware level.  Instead the simulator
  33. performs a set of actions for each instruction that gives the same result.
  34.  
  35. NOTES
  36.  
  37.   - Address and Bus errors do not generate a "complete" exception stack
  38.   - Some illegal instructions may be mistaken for real instructions
  39.   - Double bus errors cause the 68000 to halt and require a system reset
  40.  
  41. DEVICES
  42.  
  43. The 68000 simulator provides two devices that can be attached to the 
  44. microprocessor.  These devices are the M68681 Dual UART and RAM.  For 
  45. a complete description of these devices consult the BSVC User Manual.
  46. #NodeEnd<Motorola 68000 simulator>
  47.  
  48. ------------------------------------------------------------------------------
  49. #Node<Hector 1600>
  50.  
  51. The HECTOR 1600 is a 16-bit microprocessor built in a 4-month time-span by
  52. five graduate students and one faculty advisor at North Carolina State
  53. University.  Due to the short design cycle and engineering inexperience,
  54. HECTOR was built as simply as possible.  However, the simple design not only
  55. enabled the machine to be built by the required deadline, but also caused the
  56. instruction set to become orthogonal, powerful, and easy-to-use.
  57.  
  58. If you have any questions about the HECTOR 1600 architecture contact:
  59.  
  60.   Dr. Thomas K. Miller
  61.   tkm@eos.ncsu.edu
  62. #NodeEnd<Hector 1600>
  63.  
  64.